projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3ff665
)
* lisp/loadup.el (exec-path): Avoid storing build-time PATH in binary.
author
Ludovic Courtès
<ludo@gnu.org>
Mon, 20 Apr 2015 21:44:23 +0000
(17:44 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Mon, 20 Apr 2015 21:44:23 +0000
(17:44 -0400)
Fixes: debbugs:20330
lisp/loadup.el
patch
|
blob
|
history
diff --git
a/lisp/loadup.el
b/lisp/loadup.el
index bfec75fc2c9c8043141f47837b7f6058b63eec4e..d24b4bfe342a47f3feb4ffa4a61d85ff34bcb846 100644
(file)
--- a/
lisp/loadup.el
+++ b/
lisp/loadup.el
@@
-63,6
+63,8
@@
(expand-file-name "textmodes" dir)
(expand-file-name "vc" dir)))))
+(setq exec-path nil)
+
(if (eq t purify-flag)
;; Hash consing saved around 11% of pure space in my tests.
(setq purify-flag (make-hash-table :test 'equal :size 70000)))